func runtime.mallocgcSmallScanNoHeader

2 uses

	runtime (current package)
		malloc.go#L1066: 				x, elemsize = mallocgcSmallScanNoHeader(size, typ)
		malloc.go#L1352: func mallocgcSmallScanNoHeader(size uintptr, typ *_type) (unsafe.Pointer, uintptr) {